﻿/*Modal de Login*/
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
}

.modal {
    background: white;
    border-radius: 8px;
    width: 500px;
    max-width: 100%;
    height: 500px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.modal-body {
    padding: 20px;
}

.modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

#modal-login-area {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    max-width: 90%;
    max-height: 90%;
    overflow: auto;
}

.modal-dialog #modal-login-area {
    text-align: center;
}

#modal-login-area img {
    height: 96px;
    width: 219px;
}

#modal-login-area * {
    display: center;
    width: 100%;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

#modal-login-area p {
    line-height: 15px;
}

.checkbox-group input {
    margin-right: 10px;
}

.checkbox-group {
    display: inline;
}

#pwd-area {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#modal-login-area input {
    margin-bottom: 10px;
}

#pwd-area .orange-txt {
    width: 100%;
    text-align: end;
    font-size: 13px;
}

.gj-icon, .btn-outline-secondary {
    display: none !important;
}
